bitkeeper revision 1.7.3.47 (3e0ae5b3dvzaVNlhYDw9iW4oIXXB3A)
authorlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Thu, 26 Dec 2002 11:19:15 +0000 (11:19 +0000)
committerlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Thu, 26 Dec 2002 11:19:15 +0000 (11:19 +0000)
debug

xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c

index a25939c657f73c29747e58131ae61aacb0287750..237df3fa985b1ccab22d6d510815c38c3634f098 100644 (file)
@@ -62,7 +62,7 @@ static inline void direct_remappte_range(pte_t * pte, unsigned long address, uns
                pte_t oldpage;
                oldpage = ptep_get_and_clear(pte);
         
-               //printk(KERN_ALERT "bd240 debug: %lx - %lx\n", pte, phys_addr);
+               printk(KERN_ALERT "bd240 debug: %lx - %lx\n", pte, phys_addr);
 
                direct_set_pte(pte, direct_mk_pte_phys(phys_addr, prot));